struct database {
     int id_number;
     int age;
     float salary;
   };
1
22
1200.21